PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFPageCanvas Class / PDFPageCanvas Constructor
The page
N/A
N/A
In This Topic
    PDFPageCanvas Constructor
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public PDFPageCanvas( 
       PDFPage page,
       boolean isStartEnvelope,
       boolean isEndEnvelope
    )

    Parameters

    page
    The page
    isStartEnvelope
    N/A
    isEndEnvelope
    N/A
    See Also